Vcenter NamespaceManagement Supervisors ManagementServices ServicePortInfo

Vcenter NamespaceManagement Supervisors ManagementServices ServicePortInfo
Vcenter NamespaceManagement Supervisors ManagementServices ServicePortInfo

The Vcenter NamespaceManagement Supervisors ManagementServices ServicePortInfo schema specifies a port and protocol for a Management Service.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "name": "string",
    "port": 0,
    "transport_protocol": "string",
    "tls": {
        "certificate_authority_chain": "string",
        "hostname": "string"
    }
}
string
name
Required

Name of the service port.

This property was added in vSphere API 9.1.0.0.

integer As int64 As int64
port
Required

Port number on which the service is exposed.

This property was added in vSphere API 9.1.0.0.

string
transport_protocol
Required

Transport-layer protocol used by the service.

For more information see: Vcenter NamespaceManagement Supervisors ManagementServices TransportProtocol.

This property was added in vSphere API 9.1.0.0.

tls
Optional

TLS configuration of the Management Service.

This property was added in vSphere API 9.1.0.0.

If missing or null, no information about the Management Service's TLS configuration will be available to the service's clients in this Supervisor. If the service exposed on this Management Service's port uses TLS, the clients are expected to discover the TLS configurations through some other means.